-
Re: Formula HELP
We can throw in a special case just for Fridays: =IF(OR(Class@row = "DX Traditions", Class@row = "LMTR"), [Start Date]@row + 1, IF(Class@row = "LCST", IF(WEEKDAY([Start …1 · -
Re: Reverse engineering a cell reference formula
Click this button. This is how you reference a field in the sheet summary. 😊1 · -
Re: Sum child rows that use a formula?
=IFERROR(AVG(CHILDREN()), "") This should do it, but you cannot set it up as a column formula without additional information.1 · -
Re: Delete Rows using an Automation
I would absolutely love to see the addition of a "delete row" automation, but I will definitely be implementing your workaround for now. I have been setting up multiple "trash" sh…1 · -
Re: Deleting columns in conditional formatting
I 100% agree. I have spent a great deal of time checking and rechecking multiple conditional format rules when attempting to delete a column. When you are working with a sheet with 30-50 rules, this …3 ·